Browse Source
Merge pull request #13117 from AvaloniaUI/bump-master-version
bump version.
pull/13118/head
Dan Walmsley
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
build/SharedVersion.props
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<PropertyGroup> |
|
|
|
<Product>Avalonia</Product> |
|
|
|
<Version>11.0.999</Version> |
|
|
|
<Version>11.1.999</Version> |
|
|
|
<Authors>Avalonia Team</Authors> |
|
|
|
<Copyright>Copyright 2013-$([System.DateTime]::Now.ToString(`yyyy`)) © The AvaloniaUI Project</Copyright> |
|
|
|
<PackageProjectUrl>https://avaloniaui.net</PackageProjectUrl> |
|
|
|
|