Skip to content

Commit 8b7a722

Browse files
committed
Updated version to 0.6.1
1 parent 84c4f1f commit 8b7a722

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<RepositoryUrl>https://github.com/RolandKoenig/SeeingSharp2</RepositoryUrl>
99
<RepositoryType>Git</RepositoryType>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<Version>0.6.0</Version>
12-
<PackageVersion>0.6.0</PackageVersion>
11+
<Version>0.6.1</Version>
12+
<PackageVersion>0.6.1</PackageVersion>
1313
<Product>SeeingSharp 2</Product>
1414
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1515
</PropertyGroup>

SeeingSharp.Uwp/SeeingSharp.Uwp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SeeingSharp2.Uwp</id>
5-
<version>0.6.0</version>
5+
<version>0.6.1</version>
66
<authors>Roland König</authors>
77
<owners>Roland König</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

SolutionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[assembly: AssemblyConfiguration("")]
66
[assembly: AssemblyCompany("RolandK")]
77
[assembly: AssemblyProduct("Seeing# 2 Graphics Engine")]
8-
[assembly: AssemblyCopyright("Copyright © 2019")]
8+
[assembly: AssemblyCopyright("Copyright © 2020")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111
[assembly: AssemblyDescription("Seeing# is a 3D/2D rendering library for C# powered by Direct3D. It is meant for desktop applications (Win.Forms, Wpf) or Windows Store Apps")]
1212

1313
// Version info
14-
[assembly: AssemblyVersion("0.6.0.0")]
15-
[assembly: AssemblyFileVersion("0.6.0.0")]
14+
[assembly: AssemblyVersion("0.6.1.0")]
15+
[assembly: AssemblyFileVersion("0.6.1.0")]
1616

1717
// Misc
1818
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)