Skip to content

Commit

Permalink
Merge pull request #11 from valnoxy/develop
Browse files Browse the repository at this point in the history
* πŸ—‘οΈ Ignore file output

* ©️ Update copyright

* 🌎 Localization functionality 

See issue #5

* 🌎 Support German language

* βš’οΈ Debug output current language

* 🌎 More strings localized

See issue #7

* Add italian language (#8)

* Localization italian language

* Add italian/italian language to the installer

* 🌎 Update Inno Setup files

* βš’οΈ Added GitHub Action Workflow for Windows GUI version

* Update README.md

* πŸ”„οΈ New UI, IPManager, .NET 8.0

* Update pipeline

* Add RuntimeIdentifiers

* Update Readme & Code cleanup

* Fix layout

---------

Co-authored-by: bovirus <1262554+bovirus@users.noreply.github.com>
  • Loading branch information
valnoxy and bovirus committed Mar 24, 2024
2 parents eab80b7 + 8e074f5 commit fbe746a
Show file tree
Hide file tree
Showing 35 changed files with 1,901 additions and 981 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ publish/
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
#*.pubxml
#*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
Expand Down Expand Up @@ -207,7 +207,7 @@ rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
# Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
Expand Down Expand Up @@ -384,4 +384,5 @@ Temporary Items

### macOS Patch ###
# iCloud generated files
*.icloud
*.icloud
CheckIP.Windows/Setup/Output/
28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions CheckIP.CLI/CheckIP.CLI.sln

This file was deleted.

14 changes: 0 additions & 14 deletions CheckIP.CLI/CheckIP.CLI/CheckIP.CLI.csproj

This file was deleted.

32 changes: 0 additions & 32 deletions CheckIP.CLI/CheckIP.CLI/Program.cs

This file was deleted.

23 changes: 5 additions & 18 deletions CheckIP.Windows/CheckIP.Packaging/CheckIP.Packaging.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
Expand All @@ -54,15 +46,18 @@
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<DefaultLanguage>de-DE</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<EntryPointProjectUniqueName>..\CheckIP\CheckIP.csproj</EntryPointProjectUniqueName>
<PackageCertificateThumbprint>A80FD11EC378D1985237EE2B346FC5D63304C50D</PackageCertificateThumbprint>
<AppxPackageSigningTimestampServerUrl>http://time.certum.pl</AppxPackageSigningTimestampServerUrl>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<DefaultLanguage>en-US</DefaultLanguage>
Expand All @@ -72,10 +67,6 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundle>Always</AppxBundle>
Expand All @@ -96,10 +87,6 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundle>Always</AppxBundle>
Expand Down
Loading

0 comments on commit fbe746a

Please sign in to comment.