Skip to content

Commit 315a50a

Browse files
committed
🎉 Initial
1 parent b89c591 commit 315a50a

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Copyright 2024, Svante Seleborg
1+
MIT License
2+
===========
3+
4+
Copyright © 2024, Svante Seleborg
5+
---------------------------------
26

37
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
48
associated documentation files (the “Software”), to deal in the Software without restriction,

src/Xecrets.Localization.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
..\.editorconfig = ..\.editorconfig
1111
..\.gitignore = ..\.gitignore
1212
global.json = global.json
13-
..\LICENSE = ..\LICENSE
1413
..\LICENSE.md = ..\LICENSE.md
1514
..\README.md = ..\README.md
1615
EndProjectSection

src/Xecrets.Localization/Xecrets.Localization.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
<Authors>Axantum Software AB, Svante Seleborg</Authors>
1111
<Company>Axantum Software AB</Company>
1212
<Description>Provide translations from embedded .po files using definitions and fallbacks from .resx resources.</Description>
13-
<Copyright>Copyright © 2022-2024, Svante Seleborg, All Rights Reserved</Copyright>
13+
<Copyright>Copyright © 2024, Svante Seleborg, All Rights Reserved</Copyright>
1414
<PackageProjectUrl>https://www.axantum.com/</PackageProjectUrl>
15-
<PackageIcon>Resources\icon_128x128.png</PackageIcon>
15+
<PackageIcon>icon_128x128.png</PackageIcon>
1616
<PackageTags>axantum;xecrets;localization;gettext</PackageTags>
1717
<NeutralLanguage>en-US</NeutralLanguage>
1818
<RepositoryUrl>https://github.com/xecrets/xecrets-localization</RepositoryUrl>
1919
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
21+
<Version>1.0.0</Version>
2122
</PropertyGroup>
2223

2324
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)