Skip to content

Commit

Permalink
Bump version to 1.0.0-beta020
Browse files Browse the repository at this point in the history
  • Loading branch information
janno-p committed Apr 19, 2016
1 parent fdf81c2 commit 0551057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.0.0-beta020 - Unreleased
#### 1.0.0-beta020 - 19.04.2016
* Fix service description for rootless list type response element.

#### 1.0.0-beta019 - 13.04.2016
Expand Down
4 changes: 2 additions & 2 deletions src/XRoadLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[assembly: AssemblyDescriptionAttribute("A .NET library for implementing service interfaces of X-Road providers using Code-First Development approach.")]
[assembly: AssemblyVersionAttribute("1.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.0")]
[assembly: AssemblyInformationalVersionAttribute("1.0.0-beta019")]
[assembly: AssemblyInformationalVersionAttribute("1.0.0-beta020")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "1.0.0";
internal const string InformationalVersion = "1.0.0-beta019";
internal const string InformationalVersion = "1.0.0-beta020";
}
}

0 comments on commit 0551057

Please sign in to comment.