Skip to content

Commit

Permalink
chore: Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Jul 5, 2024
1 parent d12882c commit 81050a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ SOFTWARE. -->
<AssemblyVersion>2.0</AssemblyVersion>
<FileVersion>2.0.6</FileVersion>
<Version>$(FileVersion)</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
<Copyright>Copyright (c) 2024 Jeesu Choi</Copyright>
<Description>grpc-based communication library for crema project</Description>
<Authors>s2quake</Authors>
<PackageVersion Condition="'$(VersionSuffix)'==''">$(FileVersion)</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)'!=''">$(FileVersion)-$(VersionSuffix)</PackageVersion>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
<Copyright>Copyright (c) 2024 Jeesu Choi</Copyright>
<Description>grpc-based communication library for crema project</Description>
<Authors>s2quake</Authors>
<PackageVersion Condition="'$(VersionSuffix)'==''">$(FileVersion)</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)'!=''">$(FileVersion)-$(VersionSuffix)</PackageVersion>
<Version>$(PackageVersion)</Version>
<PackageProjectUrl>https://github.com/s2quake/communication</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand Down

0 comments on commit 81050a2

Please sign in to comment.