diff --git a/Changelog.md b/Changelog.md index 4c9eefc..aa465af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,3 @@ -# 1.0.0-preview.1.4 +# 1.0.0 -Smart global usings \ No newline at end of file +Initial release \ No newline at end of file diff --git a/build/Build.Configuration.cs b/build/Build.Configuration.cs index a18cf5a..3842603 100644 --- a/build/Build.Configuration.cs +++ b/build/Build.Configuration.cs @@ -1,6 +1,6 @@ sealed partial class Build { - const string Version = "1.0.0-preview.1.4"; + const string Version = "1.0.0"; readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output"; readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";