Skip to content

Commit

Permalink
Bump to 1.0.0 + Updated CMS dependency to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Sep 27, 2021
1 parent 4eaa674 commit d422db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyVersion>1.0.0</AssemblyVersion>
<InformationalVersion>1.0.0-rc002</InformationalVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<FileVersion>1.0.0.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Umbraco</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="1.0.3" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.27.0.35380" PrivateAssets="all" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.0.0-rc004" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.0.0" />
</ItemGroup>
</Project>

0 comments on commit d422db5

Please sign in to comment.