Skip to content

Commit b52e76f

Browse files
committed
v.2.1.2
1 parent b31e24b commit b52e76f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<Authors>ManagedCode</Authors>
55
<Copyright>Copyright © 2021-$([System.DateTime]::Now.ToString(`yyyy`)) ManagedCode SAS</Copyright>
6-
<RepositoryUrl>https://github.com/managed-code-hub/Storage</RepositoryUrl>
7-
<PackageProjectUrl>https://github.com/managed-code-hub/Storage</PackageProjectUrl>
6+
<RepositoryUrl>https://github.com/managedcode/Storage</RepositoryUrl>
7+
<PackageProjectUrl>https://github.com/managedcode/Storage</PackageProjectUrl>
88
<PublishRepositoryUrl>true</PublishRepositoryUrl>
99
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1010
<IncludeSymbols>true</IncludeSymbols>
@@ -14,8 +14,8 @@
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<Product>Managed Code - Storage</Product>
17-
<Version>2.1.1</Version>
18-
<PackageVersion>2.1.1</PackageVersion>
17+
<Version>2.1.2</Version>
18+
<PackageVersion>2.1.2</PackageVersion>
1919
</PropertyGroup>
2020
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
2121
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)