Skip to content

Commit

Permalink
Version Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerperez committed Mar 15, 2020
1 parent 8e52a4d commit c26c721
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.27] - [2020-03-15]
### Changed
- .NET Core Detection
- .NET Standar Detection
- Debug Information
- Logic Simplification
- Examples Enhancements

## [1.1.26] - [2020-03-14]
### Changed
- NuGet Packages Definition
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ See the [changelog](CHANGELOG.md) for changes.

## Roadmap

- [ ] .NET Core 1.0-3.1
- [ ] .NET Standards 1.0-2.1
- [x] .NET Core 1.0-3.1
- [x] .NET Standards 1.0-2.1
- [x] .NET Framework 4.8
- [x] .NET Framework 4.7.1-2
- [x] .NET Framework 4.6.1-2
Expand Down
6 changes: 4 additions & 2 deletions src/Microsoft.Bcl.Build.Symbols/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#if !NETSTANDARD_10 && !NETSTANDARD_11
[assembly: Guid("A619D960-0942-47BC-B908-F940ECBFA1E1")]
#endif
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.0.*")]
#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
[assembly: AssemblyFileVersion("1.2.0.*")]
#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit c26c721

Please sign in to comment.