Skip to content

Commit

Permalink
Rename Factur-XConverter exe to match .csproj file
Browse files Browse the repository at this point in the history
- Also, correct a print statement in the ListPaths sample.
  • Loading branch information
datalogics-saharay committed Mar 21, 2024
1 parent 26208da commit d86e90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DocumentConversion/Factur-XConverter/Factur-XConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<ProjectGuid>{D5F40E4D-BDEF-4472-909A-C6441B594750}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>FacturXConverter</RootNamespace>
<AssemblyName>FacturXConverter</AssemblyName>
<RootNamespace>Factur-XConverter</RootNamespace>
<AssemblyName>Factur-XConverter</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
2 changes: 1 addition & 1 deletion InformationExtraction/ListPaths/ListPaths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ListPaths
{
static void Main(string[] args)
{
Console.WriteLine("ListLayers Sample:");
Console.WriteLine("ListPaths Sample:");

using (Library lib = new Library())
{
Expand Down

0 comments on commit d86e90e

Please sign in to comment.