Skip to content

Commit

Permalink
0.5.2 출시
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu committed Nov 16, 2021
1 parent 9699c8d commit cc987c4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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("Table Cloth")]
[assembly: AssemblyCopyright("(c) rkttu.com, 2021")]
[assembly: AssemblyTrademark("Table Cloth")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]
[assembly: AssemblyVersion("0.5.2.0")]
[assembly: AssemblyFileVersion("0.5.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="0.5.1.0" name="Hostess.app" />
<assemblyIdentity version="0.5.2.0" name="Hostess.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
6 changes: 3 additions & 3 deletions src/TableCloth.SetupBuilder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]
// [assembly: AssemblyVersion("0.5.2.0")]
[assembly: AssemblyVersion("0.5.2.0")]
[assembly: AssemblyFileVersion("0.5.2.0")]
4 changes: 2 additions & 2 deletions src/TableCloth/TableCloth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Product>Table Cloth</Product>
<ProductName>Table Cloth</ProductName>
<Copyright>(c) rkttu.com, 2021</Copyright>
<Version>0.5.1.0</Version>
<FileVersion>0.5.1.0</FileVersion>
<Version>0.5.2.0</Version>
<FileVersion>0.5.2.0</FileVersion>
<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="0.5.1.0" name="TableCloth.app" />
<assemblyIdentity version="0.5.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 cc987c4

Please sign in to comment.