From 243560252b3405d057dcbb851c0ccf81cfba6844 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sun, 10 Oct 2021 16:04:13 +0300 Subject: [PATCH] Bump version. --- CliTools/DatabaseConverter/Properties/AssemblyInfo.cs | 4 ++-- CliTools/FarcPack/Properties/AssemblyInfo.cs | 4 ++-- MikuMikuLibrary.Native/AssemblyInfo.cpp | 4 ++-- MikuMikuLibrary/Properties/AssemblyInfo.cs | 4 ++-- MikuMikuModel/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CliTools/DatabaseConverter/Properties/AssemblyInfo.cs b/CliTools/DatabaseConverter/Properties/AssemblyInfo.cs index 54e30379..371e794e 100644 --- a/CliTools/DatabaseConverter/Properties/AssemblyInfo.cs +++ b/CliTools/DatabaseConverter/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // [assembly: AssemblyVersion("1.0.*")] #if DEBUG -[assembly: AssemblyVersion( "2.0.*" )] +[assembly: AssemblyVersion( "2.1.*" )] #else -[assembly: AssemblyVersion( "2.0.0" )] +[assembly: AssemblyVersion( "2.1.0" )] #endif \ No newline at end of file diff --git a/CliTools/FarcPack/Properties/AssemblyInfo.cs b/CliTools/FarcPack/Properties/AssemblyInfo.cs index 7185c93b..30497bba 100644 --- a/CliTools/FarcPack/Properties/AssemblyInfo.cs +++ b/CliTools/FarcPack/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] #if DEBUG -[assembly: AssemblyVersion( "2.0.*" )] +[assembly: AssemblyVersion( "2.1.*" )] #else -[assembly: AssemblyVersion( "2.0.0" )] +[assembly: AssemblyVersion( "2.1.0" )] #endif \ No newline at end of file diff --git a/MikuMikuLibrary.Native/AssemblyInfo.cpp b/MikuMikuLibrary.Native/AssemblyInfo.cpp index f3d86c72..650a38cc 100644 --- a/MikuMikuLibrary.Native/AssemblyInfo.cpp +++ b/MikuMikuLibrary.Native/AssemblyInfo.cpp @@ -18,9 +18,9 @@ using namespace Runtime::InteropServices; [assembly:CLSCompliantAttribute( true )]; #ifdef _DEBUG -[assembly:AssemblyVersionAttribute( "1.0.*" )]; +[assembly:AssemblyVersionAttribute( "1.1.*" )]; #else -[assembly:AssemblyVersionAttribute( "1.0.0" )]; +[assembly:AssemblyVersionAttribute( "1.1.0" )]; #endif [assembly:AssemblyKeyFileAttribute( "..\\MikuMikuLibrary.snk" )]; \ No newline at end of file diff --git a/MikuMikuLibrary/Properties/AssemblyInfo.cs b/MikuMikuLibrary/Properties/AssemblyInfo.cs index 2ea660c5..e38eb9d0 100644 --- a/MikuMikuLibrary/Properties/AssemblyInfo.cs +++ b/MikuMikuLibrary/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] #if DEBUG -[assembly: AssemblyVersion( "2.0.*" )] +[assembly: AssemblyVersion( "2.1.*" )] #else -[assembly: AssemblyVersion( "2.0.3" )] +[assembly: AssemblyVersion( "2.1.0" )] #endif \ No newline at end of file diff --git a/MikuMikuModel/Properties/AssemblyInfo.cs b/MikuMikuModel/Properties/AssemblyInfo.cs index 3600984f..ea8f5add 100644 --- a/MikuMikuModel/Properties/AssemblyInfo.cs +++ b/MikuMikuModel/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] #if DEBUG -[assembly: AssemblyVersion( "2.0.*" )] +[assembly: AssemblyVersion( "2.1.*" )] #else -[assembly: AssemblyVersion( "2.0.3" )] +[assembly: AssemblyVersion( "2.1.0" )] #endif \ No newline at end of file