File tree Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
36
## v6.1.2 - 2019-01-15
4
37
5
38
### Tests
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Windows Build Names:
21
21
* ` win7-arm64-symbols `
22
22
* Builds the Windows ARM64 Zip with symbols
23
23
* ` win7-fxdependent-symbols `
24
- * Builds the Windows FxDependent Zip with symbols
24
+ * Builds the Windows ` FxDependent ` Zip with symbols
25
25
* ` win7-x64-package `
26
26
* Builds the Windows x64 packages
27
27
* ` win7-x86-package `
@@ -31,7 +31,7 @@ Windows Build Names:
31
31
* ` win7-arm64-package `
32
32
* Builds the Windows ARM64 packages
33
33
* ` win7-fxdependent-package `
34
- * Builds the Windows FxDependent packages
34
+ * Builds the Windows ` FxDependent ` packages
35
35
36
36
## Running Linux Release Builds Locally
37
37
You can’t perform that action at this time.
0 commit comments