Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen!

Eine ganz einfache frage.

Wie stelle ich im .NET es so ein, dass beim Kompilieren in der Exe die versionsnummer, die Firma usw. mit erscheint.

Also ich mein wenn man auf die exe-datei klickt.. dann eigenschaften.. dann sieht man ja die versionsnummer, herstelle.. usw

Wow.. welcht deutsch :)

Ich hoff ihr hab es verstanden was ich meine

TOBI

Ich hoff ihr hab es verstanden was ich meine

Ja, aber: Was hast Du davon? Allenfalls die Version ist interessant, wenn Du explizit Update-Installationen erzeugen willst, oder die Culture, wenn Du verschiedenen Sprachen/Schemata unterstützen willst, sowie die Möglichkeit Dein Assembly zu signieren. Der Rest kann eher mit beliebigem Inhalt gefüllt werden.

Ich nehme an es geht um C#, bzw. andere "managed"-Sprachen:

Wenn Du VS verwendst, wird eine Datei "AssemblyInfo.cs" angelegt, in der die Attribute bereits (ohne Inhalt) eingefügt sind und die Versions-Build-Nummer hochgezählt wird. Wenn Du kein VS verwendest, musst Du die entsprechenen Attribute selbst einfügen, wie ist im SDK beschrieben.

Beispiel für das AssemblyVersion-Attribut:

[assembly: AssemblyVersion("1.0.*")]

Wenn es um normales C/C++ ohne .NET geht, einfach eine Versions-Resource hinzufügen.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.