Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
53X Again 10!
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed May 15, 2020
1 parent c727dfa commit 595ce3e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vs/
packages
Nerator/obj/
5 changes: 3 additions & 2 deletions Nerator/Nerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<ApplicationIcon>Resources\Password.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ReaLTaiizor">
<HintPath>..\..\..\..\ReaLTaiizor\Lib\ReaLTaiizor\ReaLTaiizor\bin\Debug\ReaLTaiizor.dll</HintPath>
<Reference Include="ReaLTaiizor, Version=3.7.6.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ReaLTaiizor.3.7.6.1\lib\net48\ReaLTaiizor.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -71,6 +71,7 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
8 changes: 4 additions & 4 deletions Nerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Bir bütünleştirilmiş koda ilişkin Genel Bilgiler aşağıdaki öznitelikler kümesiyle
// denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için
// bu öznitelik değerlerini değiştirin.
[assembly: AssemblyTitle("Soferity - Nerator v1.0.0.2")]
[assembly: AssemblyDescription("Soferity - Nerator v1.0.0.2")]
[assembly: AssemblyTitle("Soferity - Nerator v1.0.0.3")]
[assembly: AssemblyDescription("Soferity - Nerator v1.0.0.3")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Soferity LLC")]
[assembly: AssemblyProduct("Soferity - Nerator")]
Expand All @@ -31,5 +31,5 @@
// Tüm değerleri belirtebilir veya varsayılan Derleme ve Düzeltme Numaralarını kullanmak için
// aşağıda gösterildiği gibi '*' kullanabilirsiniz:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]
[assembly: AssemblyVersion("1.0.0.3")]
[assembly: AssemblyFileVersion("1.0.0.3")]
Binary file removed Nerator/bin/Debug/Nerator.pdb
Binary file not shown.
Binary file removed Nerator/bin/Debug/ReaLTaiizor.dll
Binary file not shown.
Binary file removed Nerator/bin/Debug/ReaLTaiizor.pdb
Binary file not shown.
Binary file not shown.
Binary file added Nerator/bin/Release/Nerator.pdb
Binary file not shown.
Binary file added Nerator/bin/Release/ReaLTaiizor.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions Nerator/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ReaLTaiizor" version="3.7.6.1" targetFramework="net48" />
</packages>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Nerator
<p>Nerator v1.0.0.2</p>
<p>Nerator v1.0.0.3</p>
<p>Visual Studio 2019</p>
<p>.NET Framework 4.8 (Minimum 4.0)</p>
<img src="https://www.photo.herominyum.com/resimler/2020/05/14/OQpU.png"></>
Expand Down

0 comments on commit 595ce3e

Please sign in to comment.