Skip to content

Commit

Permalink
1.12.2 출시
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu committed Feb 2, 2024
1 parent d2821ff commit da7528e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/Cloth/Cloth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Title>Cloth</Title>
<AssemblyVersion>1.12.1.0</AssemblyVersion>
<FileVersion>1.12.1.0</FileVersion>
<AssemblyVersion>1.12.2.0</AssemblyVersion>
<FileVersion>1.12.2.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Cloth/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.12.1.0" name="Cloth.app" />
<assemblyIdentity version="1.12.2.0" name="Cloth.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
4 changes: 2 additions & 2 deletions src/Hostess/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyProduct("TableCloth")]
[assembly: AssemblyCopyright("(c) rkttu.com, 2021")]
[assembly: AssemblyTrademark("TableCloth")]
[assembly: AssemblyVersion("1.12.1.0")]
[assembly: AssemblyFileVersion("1.12.1.0")]
[assembly: AssemblyVersion("1.12.2.0")]
[assembly: AssemblyFileVersion("1.12.2.0")]
[assembly: Guid("36e7b617-ca94-4ecb-ad65-39fe94ce265b")]
[assembly: ComVisible(true)]

Expand Down
2 changes: 1 addition & 1 deletion src/Hostess/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.12.1.0" name="Hostess.app" />
<assemblyIdentity version="1.12.2.0" name="Hostess.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
4 changes: 2 additions & 2 deletions src/TableCloth.ResourceBuilder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.12.1.0")]
[assembly: AssemblyFileVersion("1.12.1.0")]
[assembly: AssemblyVersion("1.12.2.0")]
[assembly: AssemblyFileVersion("1.12.2.0")]
2 changes: 1 addition & 1 deletion src/TableCloth.Resources/TableCloth.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>TableCloth</Product>
<ProductName>TableCloth</ProductName>
<Copyright>(c) rkttu.com, 2021</Copyright>
<Version>1.12.1.0</Version>
<Version>1.12.2.0</Version>
<PackageProjectUrl>https://yourtablecloth.github.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/yourtablecloth/TableCloth</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 2 additions & 2 deletions src/TableCloth.SetupBuilder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.12.1.0")]
[assembly: AssemblyFileVersion("1.12.1.0")]
[assembly: AssemblyVersion("1.12.2.0")]
[assembly: AssemblyFileVersion("1.12.2.0")]
2 changes: 1 addition & 1 deletion src/TableCloth/TableCloth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Product>TableCloth</Product>
<ProductName>TableCloth</ProductName>
<Copyright>(c) rkttu.com, 2021</Copyright>
<Version>1.12.1.0</Version>
<Version>1.12.2.0</Version>
<PackageProjectUrl>https://yourtablecloth.github.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/yourtablecloth/TableCloth</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion src/TableCloth/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.12.1.0" name="TableCloth.app" />
<assemblyIdentity version="1.12.2.0" name="TableCloth.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down

0 comments on commit da7528e

Please sign in to comment.