Skip to content

Commit f9cd498

Browse files
Merged PR 7063: Update changelog for release 6.1.3
Also fixed spellings in a README.md
1 parent 0bcc0d7 commit f9cd498

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 6.1.3 - 2019-02-14
4+
5+
### Engine Updates and Fixes
6+
7+
- Add security mitigation for 6.1.3 release (Internal 6561)
8+
9+
### Tools
10+
11+
- Change the feed URL to feed name due to changes in Azure DevOps (#8664)
12+
13+
### Tests
14+
15+
- Updating test gallery URL in PackageManagement tests (#7879)
16+
17+
### Build and Packaging Improvements
18+
19+
- Get PowerShellGet tests working (#7831)
20+
- Start tracking release build information in an azure storage table (#8850)
21+
- Remove `PDBs` from `fxdependent` package (#8006)
22+
- Make every `csproj` files have its own folder (#8750)
23+
- Update packaging script to build reference assembly targeting `netcoreapp2.1` and use actual `.csproj` files (#8729)
24+
- Move Final artifacts from coordinated build to `finalResults` folder (#8806)
25+
- Refactor Unified Release Build (#8804)
26+
- Add compliance to Coordinated build (#8798)
27+
- Switch to 1.11 of FPM to fix FPM install issue (#8797)
28+
- Update the coordinated build with framework dependent package for dotnet SDK (#8773)
29+
- Add Windows build to coordinated release build YAML (#8695)
30+
- Build package build using Ubuntu 18.04 image (#8666)
31+
- Adding `yml` for Windows Release builds (#8374)
32+
- Update `SignType` in `signing.xml` (#8223)
33+
- Update DotNet SDK and Runtime version (Internal 7004)
34+
- Add `binskim` to coordinated build and increase timeout (#8834)
35+
336
## v6.1.2 - 2019-01-15
437

538
### Tests

tools/releaseBuild/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Windows Build Names:
2121
* `win7-arm64-symbols`
2222
* Builds the Windows ARM64 Zip with symbols
2323
* `win7-fxdependent-symbols`
24-
* Builds the Windows FxDependent Zip with symbols
24+
* Builds the Windows `FxDependent` Zip with symbols
2525
* `win7-x64-package`
2626
* Builds the Windows x64 packages
2727
* `win7-x86-package`
@@ -31,7 +31,7 @@ Windows Build Names:
3131
* `win7-arm64-package`
3232
* Builds the Windows ARM64 packages
3333
* `win7-fxdependent-package`
34-
* Builds the Windows FxDependent packages
34+
* Builds the Windows `FxDependent` packages
3535

3636
## Running Linux Release Builds Locally
3737

0 commit comments

Comments
 (0)