Skip to content

Commit b95497d

Browse files
committed
Fix C#
1 parent e359511 commit b95497d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/dotnet/Braillify/Braillify.csproj":"Major","packages/dotnet/BraillifyNet/BraillifyNet.csproj":"Major"},"note":"Update C#","date":"2026-01-13T10:24:10.559421600Z"}

packages/dotnet/Braillify/Braillify.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- NuGet Package 설정 -->
1414
<PackageId>Braillify</PackageId>
15-
<Version>1.0.0</Version>
15+
<Version>0.1.0</Version>
1616
<Authors>DevFive</Authors>
1717
<Description>한국어 점자 변환 CLI 도구</Description>
1818
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

packages/dotnet/BraillifyNet/BraillifyNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77

88
<PackageId>BraillifyNet</PackageId>
9-
<Version>1.0.0</Version>
9+
<Version>0.1.0</Version>
1010
<Authors>DevFive</Authors>
1111
<Description>Rust 기반 크로스플랫폼 한국어 점역 라이브러리 .NET 바인딩</Description>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)